net/http.http2clientStream.trace (field)

11 uses

	net/http (current package)
		h2_bundle.go#L7442: 	trace         *httptrace.ClientTrace // or nil
		h2_bundle.go#L7492: 	return http2traceGot1xxResponseFunc(cs.trace)
		h2_bundle.go#L8311: 		trace:                httptrace.ContextClientTrace(ctx),
		h2_bundle.go#L8504: 			http2traceWait100Continue(cs.trace)
		h2_bundle.go#L8520: 				http2traceWroteRequest(cs.trace, err)
		h2_bundle.go#L8527: 				http2traceWroteRequest(cs.trace, err)
		h2_bundle.go#L8535: 	http2traceWroteRequest(cs.trace, err)
		h2_bundle.go#L8606: 	http2traceWroteHeaders(cs.trace)
		h2_bundle.go#L9415: 		if cs.trace != nil {
		h2_bundle.go#L9420: 			http2traceFirstResponseByte(cs.trace)
		h2_bundle.go#L9528: 			http2traceGot100Continue(cs.trace)